ArcGIS Runtime SDK for WPF - Library Reference
SearchAsync(Geometry,Double,Action<IList<S57FeatureObject>>) Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > HydrographicS57Layer Class > SearchAsync Method : SearchAsync(Geometry,Double,Action<IList<S57FeatureObject>>) Method

inputGeometry
The input ESRI.ArcGIS.Client.Geometry.
bufferDistance
A double representing the buffer distance in meters.
resultCallback
Action delegate called when the operation completes. Contains a collection of S57FeatureObject.
Searches the S57 layer asynchronously for features intersecting the provided geometry buffered by the specified distance.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SearchAsync( _
   ByVal inputGeometry As Geometry, _
   ByVal bufferDistance As Double, _
   ByVal resultCallback As Action(Of IList(Of S57FeatureObject)) _
) 

Parameters

inputGeometry
The input ESRI.ArcGIS.Client.Geometry.
bufferDistance
A double representing the buffer distance in meters.
resultCallback
Action delegate called when the operation completes. Contains a collection of S57FeatureObject.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionInput geometry must be specified. Use ESRI.ArcGIS.Client.Layer.FullExtent property if necessary.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.